home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Internet & Communication / OmniWeb-5.1.2.dmg / OmniWeb.app / Contents / Resources / OZSettings.plist < prev    next >
Text File  |  2005-10-24  |  2KB  |  41 lines

  1. /*
  2.     Copyright 2000-2002,2005 Omni Development, Inc.  All rights reserved.
  3.     
  4.     $Header: svn+ssh://source.omnigroup.com/Source/svn/Omni/branches/OmniWeb_5_1_branch/OmniGroup/Internal/Store/OmniZuul/OZSettings.plist 67831 2005-09-02 00:08:17Z kc $
  5.     
  6.     DO NOT PUT APPLICATION-SPECIFIC MODIFICATIONS IN THIS SHARED FILE!
  7.     
  8.     Modify the application specific settings in the application Info-macos.xml
  9. */
  10.  
  11. {
  12.     LicenseFileKeys = {
  13.         Key = NSData;
  14.         Owner = NSString;
  15.     };
  16.     
  17.     LicensePathUserTranslations = {
  18.         "$(NEXT_ROOT)/Library/Application Support/Omni Group/Software Licenses" = "Computer";
  19.         "$(HOME)/Library/Application Support/Omni Group/Software Licenses" = "Personal";
  20.         "$(NEXT_ROOT)/Network/Library/Application Support/Omni Group/Software Licenses" = "Network";
  21.     };
  22.     
  23.     LicenseSearchPath = (
  24.         "$(NEXT_ROOT)/Library/Application Support/Omni Group/Software Licenses",
  25.         "$(NEXT_ROOT)/Library/SoftwareLicenses",
  26.         "$(NEXT_ROOT)/Library/OmniLicenses",
  27.         "$(HOME)/Library/Application Support/Omni Group/Software Licenses",
  28.         "$(HOME)/Library/SoftwareLicenses",
  29.         "$(HOME)/Library/OmniLicenses",
  30.         "$(NEXT_ROOT)/Network/Library/Application Support/Omni Group/Software Licenses",
  31.         "$(NEXT_ROOT)/Network/Library/SoftwareLicenses",
  32.         "$(NEXT_ROOT)/Network/Library/OmniLicenses"
  33.     );
  34.     
  35.     OZLicenseFailureWarning = "This application is not licensed or too many users are using the application.";
  36.     
  37.     OZBuyThisAppURL = "https://store.omnigroup.com/";
  38.  
  39.     OZHelpURL = "";
  40. }
  41.